projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba4dde9
)
gtk_dialog_get_content_area(): Fix the docs.
author
Murray Cumming
<murrayc@murrayc.com>
Wed, 10 Nov 2010 10:35:34 +0000
(11:35 +0100)
committer
Murray Cumming
<murrayc@murrayc.com>
Wed, 10 Nov 2010 10:35:34 +0000
(11:35 +0100)
This returns a GtkBox now, not a GtkVBox.
Language bindings may need to adjust their APIs accordingly.
gtk/gtkdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdialog.c
b/gtk/gtkdialog.c
index b5863263f05866e08c8a60d2d24b8680fde51c7a..22c32ce5febff5d3df8a4ede83746ed0e90d6cca 100644
(file)
--- a/
gtk/gtkdialog.c
+++ b/
gtk/gtkdialog.c
@@
-1412,7
+1412,7
@@
gtk_dialog_get_action_area (GtkDialog *dialog)
*
* Returns the content area of @dialog.
*
- * Returns: (transfer none): the content area #Gtk
V
Box.
+ * Returns: (transfer none): the content area #GtkBox.
*
* Since: 2.14
**/